home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / cpp_libs / varia / rpc.lha / dynload / loaderTest.h < prev    next >
C/C++ Source or Header  |  1993-08-08  |  491b  |  17 lines

  1. // Copyright (C) 1990 by Glenn Gribble; all rights are reserved.
  2. // This program may be used for any purposes including inclusion in
  3. // for profit programs.  If the source is copied, the copyright notice
  4. // must be included.  Please send bug fixes/reports to glenn@synaptics.com
  5. // This program is distributed without any warranty.
  6.  
  7. // -*- C++ -*-
  8. // %W% %G%
  9.  
  10. #ifndef LOADERTEST_H
  11. #define LOADERTEST_H
  12.  
  13. typedef void (*testProc)(const char *msg);
  14. extern testProc procA;
  15.  
  16. #endif  LOADERTEST_H
  17.